home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set i to 7
- if rollOver(14) then
- go("g")
- end if
- if the mouseCast = 54 then
- go("naveg")
- end if
- repeat while i < 12
- if rollOver(i) then
- set the visible of sprite (i - 5) to 1
- else
- set the visible of sprite (i - 5) to 0
- end if
- set i to i + 1
- end repeat
- updateStage()
- go(the frame)
- end
-